get https://api.w2globaldata.com/cases/linktypes
The section below describes how to call the Get Case Link Types endpoint.
How to use
To call the endpoint you will need to perform a HTTP GET request to the URL:
URL | API Version |
---|---|
https://api.w2globaldata.com/cases/linktypes | 1.5 + |
Link Type IDs
This endpoint can also take a list of link type ids as a parameter, which allows for retrieval of only specified link types.
Example Get Case Link Types Response
{
"linkTypes": [
{
"id": "string",
"name": "string",
"description": "string",
"sourceCaseRole": "string",
"linkedCaseRole": "string",
"validSourceCaseTypes": [
"Person"
],
"validLinkedCaseTypes": [
"Person"
],
"creationDate": "2024-01-24T15:09:15.989Z",
"lastUpdatedDate": "2024-01-24T15:09:15.989Z"
}
]
}