Skip to main content

List all requirement types

GET 
/requirement_types

List all requirement types ordered by created_at descending

Request

Query Parameters

    filter[name][contains] string

    Filters requirement types to those whose name contains a certain string.

    sort[] string

    Possible values: [created_at, name, updated_at]

    Specifies the sort order for results. If you want to sort by a field in ascending order, include it as a sort parameter. If you want to sort in descending order, prepend a - in front of the field name.

Responses

200: Successful response

default: Unexpected error

Loading...