Get IBRA Case
Description
Returns the case ids (case_id) stored in a user's account
Background
With this resource an API Service Provider can check the cases that are already transfered and stored in the IBRA database in relation to a single user.
The result, an array with case ids, can be used for updating individual cases (delete case and create a new one with same case_id) or deleting cases (see resource: Delete IBRA Case).
URL
GET https://www.zubisoft.com/api/cases
Permission
Standard authentication with public key, hashed private key and user key.
Resource must be enabled for the requesting application (defined by the subscription plan on customer account level).
Parameters
No parameters are needed.Response
The response includes the following value:
Name | Format | Example | Comment |
---|---|---|---|
data | Array | ["isegklkj", "sesbkljl"] | An array with case_id |
{
"data": [
{
"cid": "tqcsconog1"
},
{
"cid": "ik3ph8knls"
}
]
}