Skip to main content

List VMRS Reason for Repairs

GET 

https://secure.fleetio.com/api/v1/vmrs_reason_for_repairs

Returns a list of VMRS Reason for Repairs belonging to your account.

Request

Responses

OK

Response Headers
    X-PaginationLimit

    The per page limit. Currently set to 100 but subject to change at any time.

    X-Pagination-Current-Page

    The current page. Defaults to 1.

    X-Pagination-Total-Pages

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

    X-Pagination-Total-Count

    The total number of records in the result set (across all pages).

Schema
  • Array [
  • idinteger
    codestring

    The code associated with this reason for repair.

    namestring

    The name of this reason for repair.

    repair_typestring

    The type of repair this reason for repair is associated with.

    enabledboolean

    Whether this reason for repair is enabled.

    Default value: true
  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
curl -L 'https://secure.fleetio.com/api/v1/vmrs_reason_for_repairs' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
ResponseClear

Click the Send API Request button above and see the response here!