The following documentation is also available in these formats:
API Reference v1.0
/case/{crn}
get
Parameters
Parameter | In | Type | Required | Description |
crn |
path |
string |
true |
|
Responses
Status | Description | Schema |
200 |
OK
{
}
|
|
/case/{crn}/access
get
Parameters
Parameter | In | Type | Required | Description |
crn |
path |
string |
true |
|
Responses
Status | Description | Schema |
200 |
OK
{
"crn": "string",
"hasExclusion": "boolean",
"hasRestriction": "boolean",
"isLimitedAccess": "boolean"
}
|
LimitedAccessDetail
|
Schemas
LimitedAccessDetail
Name | Type | Required | Description | Schema |
crn |
string |
true |
|
|
hasExclusion |
boolean |
true |
|
|
hasRestriction |
boolean |
true |
|
|
isLimitedAccess |
boolean |
true |
|
|