get https://api.zeal.com/contractorPayment
Retrieves all Contractor Payments in an array.
Returns
Returns response status and an array of Contractor Payments.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | array | Array of Contractor Payment objects |
errors | array | If success is false, errors contains a list of error objects.Show child attributesmessagetype: string description: Error messagestatus type: number description: HTTP response codecode type: number description: Error code (see Error codes ) |
meta | object | Returns next and previous urls to paginate to the next or previous page in pagination, if they exist |