Home / API Documentation

Get List of WorkOrders by AccountID

Method: GET api/v1/WorkOrder/GetWorkOrderListByAccountID?accountid={accountid}&page={page}

Response Format:

application/json

Required Parameters Description Additional information
accountid
AccountID

Define this parameter in the request URI.

page
[1..x]

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "workorderid": 1,
    "accountid": 2
  },
  {
    "workorderid": 1,
    "accountid": 2
  }
];