Skip to main content
GET
/
api
/
clients
/
sample_entities
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": 123,
      "code": "<string>",
      "type": "FirstType",
      "isEnabled": true,
      "createdDate": "2023-11-07T05:31:56Z",
      "updatedDate": "2023-11-07T05:31:56Z",
      "relatedEntitiesCount": 123
    }
  ]
}

Query Parameters

Id
integer
api-version
string

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object[] | null