Method
|
GET
|
URL
|
/v2/<object_full_identifier>/new_record
|
Parameters
|
data_format
|
Response Content Type
|
application/json
|
|
Be aware that new or empty returned entitles are not persisted in any datastore by the platform when this endpoint is invoked.
|
Parameter
|
Description
|
Data Type
|
Example
|
---|---|---|---|
data_format
|
The output data format. Supported values are basic (default) and extended.
The basic format corresponds to the example response shown above. The extended format includes additional information for specific data types. For more information, see Extended Output Data Format.
|
String
|
Retrieve a new or empty record in the extended output data format:
/v2/<object_full_identifier>/new_record?data_formatextended
|
HTTP Status Code
|
Error Type
|
Error Message
|
---|---|---|
400
|
missing_parameter_error
|
Invalid object identifier specified
|
500
|
server_error
|
Server error
|