Home
Salesforce
Salesforce Get List Viewsforan Object Structure
Salesforce Get List Viewsforan Object Structure
Type: object
Properties: 12
Required: 12
Fortune 500 AI Analytics Cloud Commerce CRM Customer Service Enterprise Marketing Platform Sales
GetListViewsforanObject is a JSON Structure definition published by Salesforce, describing 12 properties, of which 12 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
count
currentPageToken
currentPageUrl
lists
nextPageToken
nextPageUrl
objectApiName
pageSize
previousPageToken
previousPageUrl
queryString
recentListsOnly
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"type": "object",
"name": "GetListViewsforanObject",
"properties": {
"count": {
"type": "integer"
},
"currentPageToken": {
"type": "string"
},
"currentPageUrl": {
"type": "string"
},
"lists": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"apiName": {
"type": "string"
},
"id": {
"type": "string"
},
"label": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"apiName",
"id",
"label",
"url"
]
}
},
"nextPageToken": {
"type": "['string', 'null']"
},
"nextPageUrl": {
"type": "['string', 'null']"
},
"objectApiName": {
"type": "string"
},
"pageSize": {
"type": "integer"
},
"previousPageToken": {
"type": "['string', 'null']"
},
"previousPageUrl": {
"type": "['string', 'null']"
},
"queryString": {
"type": "['string', 'null']"
},
"recentListsOnly": {
"type": "boolean"
}
},
"required": [
"count",
"currentPageToken",
"currentPageUrl",
"lists",
"nextPageToken",
"nextPageUrl",
"objectApiName",
"pageSize",
"previousPageToken",
"previousPageUrl",
"queryString",
"recentListsOnly"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}