Skip to content

Get All Document Types

Request

List all available document types and their associated sub-types.

Security
ApiKeyAuth
Query
limitinteger, [ 1 .. 100 ]

The number of results to return (default 50).

Default:50
offsetinteger, >= 0

The offset for pagination (default 0).

Default:0
curl -i -X GET \
  'https://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents/types?limit=50&offset=0' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Successful response

Bodyapplication/json
dataArray of objects(document_type)
paginationobject
Response
{ "data": [ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {} ], "pagination": { "offset": 0, "limit": 50, "total": 13, "has_more": false } }