ResponseOfObjectMetaData¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
errors |
array |
Yes | Array of errors that occurred if the request was unsuccessful | |
moreResult |
boolean | No | Boolean indicating if there are more results in subsequent pages | |
nextPageToken |
string | No | Paging token given if the result set exceeded the allowed batch size | |
requestId |
string | Yes | Id of the request made | |
result |
array |
Yes | Array of results for individual records in the operation, may be empty | |
success |
boolean | Yes | Whether the request succeeded | |
warnings |
array |
Yes | Array of warnings given for the operation |
Generated example¶
{
"errors": [
{
"code": "string",
"message": "string"
}
],
"moreResult": false,
"nextPageToken": "example-token",
"requestId": "123",
"result": [
{
"createdAt": "2026-01-15T10:30:00Z",
"dedupeFields": [
"string"
],
"description": "string",
"displayName": "Example name",
"pluralName": "Example name",
"fields": [
{
"dataType": "string",
"displayName": "Example name",
"length": 123,
"name": "Example name",
"updateable": false,
"crmManaged": false
}
],
"idField": "string",
"apiName": "Example name",
"relationships": [
{
"field": "string",
"relatedTo": {
"field": "string",
"name": "Example name"
},
"type": "string"
}
],
"searchableFields": [
[
"string"
]
],
"updatedAt": "2026-01-15T10:30:00Z",
"state": "draft",
"version": "draft"
}
],
"success": false,
"warnings": [
{
"code": 123,
"message": "string"
}
]
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.