get
/v4/Incidents/{id}/ManuallyAttachedEntityIds
Returns a list of manually attached entities to the specified incident
CURL
curl -X GET \
-H "Accept: application/json" \
"http://localhost/v4/Incidents/{id}/ManuallyAttachedEntityIds?offset=56&limit=56"
Path parameters
id
required
String
Guid/Uuid of the required incident.
Example:
ADBD25C1-127C-4D05-898D-CCF82D8DB59F
Example:
id_example
Query parameters
offset
optional
Object
format: int32
This query parameter allows you to set the number of items to be skipped.
The default value for this parameter is 0. format: int32
The default value for this parameter is 0. format: int32
Example:
56
limit
optional
Object
format: int32
This query parameter allows you to set the number of items to retrieve. Maximum value: 100.
The default value for this parameter is 25. format: int32
The default value for this parameter is 25. format: int32
Example:
56
Responses