GET api/customers/{customerId}/devices/{assetId}/controlplans?pageNumber={pageNumber}&pageSize={pageSize}
Gets the control plans for asset.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
The customer identifier. |
integer |
Required |
assetId |
The asset identifier. |
string |
Required |
pageNumber |
The page number. |
integer |
Default value is 1 |
pageSize |
Size of the page. |
integer |
Default value is 100 |
Body Parameters
None.
Response Information
Resource Description
Collection of ControlPlanResponseName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Action | ControlPlanTypes |
None. |
|
Status | PlanStatus |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "a8dea8f5-d2bf-4dec-9652-a3b89d42793b", "StartDate": "2025-05-20T00:22:12.1848897+00:00", "EndDate": "2025-05-20T00:22:12.1848897+00:00", "Action": 0, "Status": 0 }, { "Id": "a8dea8f5-d2bf-4dec-9652-a3b89d42793b", "StartDate": "2025-05-20T00:22:12.1848897+00:00", "EndDate": "2025-05-20T00:22:12.1848897+00:00", "Action": 0, "Status": 0 } ]
text/html
Sample:
[{"Id":"a8dea8f5-d2bf-4dec-9652-a3b89d42793b","StartDate":"2025-05-20T00:22:12.1848897+00:00","EndDate":"2025-05-20T00:22:12.1848897+00:00","Action":0,"Status":0},{"Id":"a8dea8f5-d2bf-4dec-9652-a3b89d42793b","StartDate":"2025-05-20T00:22:12.1848897+00:00","EndDate":"2025-05-20T00:22:12.1848897+00:00","Action":0,"Status":0}]