Get Custom Object Type Field Data Types¶
GET /rest/v1/customobjects/schema/fieldDataTypes.json
Method: GET
Path: /rest/v1/customobjects/schema/fieldDataTypes.json
Tag: Custom Objects
Operation ID: getCustomObjectTypeFieldDataTypesUsingGET
Returns a list of permissible data types that are assigned to custom object fields. Required Permissions: Read-Only Custom Object Type, Read-Write Custom Object Type
Formats¶
- Request:
application/json - Response:
application/json
Request¶
This operation does not define request parameters.
Example request¶
Responses¶
200 — OK¶
Schema: model: ResponseOfCustomObjectTypeFieldDataTypes
Generated example¶
{
"errors": [
{
"code": "string",
"message": "string"
}
],
"requestId": "123",
"result": [
"string"
],
"success": false,
"warnings": [
{
"code": 123,
"message": "string"
}
]
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.
Generated examples are inferred from the schema. They are illustrative and may not be valid production payloads.