POST
/
okapicrm.v1.OkapiCRMService
/
ListRecords
curl --request POST \
  --url https://api.okapicrm.com/okapicrm.v1.OkapiCRMService/ListRecords \
  --header 'Content-Type: application/json' \
  --data '{
  "objectApiName": "<string>",
  "objectId": "<string>",
  "pageToken": "<string>",
  "sortBy": "<string>",
  "sortDirection": "<string>"
}'
{
  "nextPageToken": "<string>",
  "records": [
    {
      "archived": true,
      "createTime": {},
      "createdBy": {
        "apiKeyId": "<string>",
        "userId": "<string>"
      },
      "deleted": true,
      "fields": {},
      "formulaErrors": {},
      "id": "<string>",
      "objectApiName": "<string>",
      "objectId": "<string>"
    }
  ]
}

Body

objectApiName
string
objectId
string
pageToken
string
sortBy
string
sortDirection
string

Response

200
application/json
nextPageToken
string
records
object[]