Frameworks
Authorizations
AuthorizationstringRequired
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
Query parameters
pageinteger · min: 1OptionalDefault:
Page number to retrieve (starts at 1). Used for pagination when results exceed the page size.
1Example: 1pageSizeinteger · min: 1 · max: 100OptionalDefault:
Number of items per page (maximum 100). Used for pagination to control the number of results returned.
10Example: 10Responses
200
OK
application/json
get
/frameworks200
OK
Request model
Example request
Response model
Example response
Last updated