Lists the schemas for relations within a collaboration.
get/collaborations/{collaborationIdentifier}/schemas
Path parameters
collaborationIdentifierstring required
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
Query parameters
schemaType'TABLE' | 'ID_MAPPING_TABLE' | 'INTERMEDIATE_TABLE'
If present, filter schemas by schema type.
nextTokenstring
The pagination token that's used to fetch the next set of results.
maxResultsinteger
The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a nextToken even if the maxResults value has not been met.
Response
Success