/
Get All Document Types
List all available document types and their associated sub-types.
Security
ApiKeyAuth
- Mock serverhttps://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/documents/types
- Production Serverhttps://api.renesas.com/web-data/v1/documents/types
- Staging Serverhttps://api.renesas-dev.com/web-data/v1/documents/types
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'Response
{ "data": [ { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … } ], "pagination": { "offset": 0, "limit": 50, "total": 13, "has_more": false } }