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

Body

id
string

Response

200
application/json
archived
boolean
createTime
string
createdBy
object
deleted
boolean
fields
object
formulaErrors
object
id
string
objectApiName
string
objectId
string