Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
GET /api/v1/space/{LibraryId}/list?access_token={AccessToken}&marker={Marker}&limit={Limit}
Request parameters. | Description | Type | Required or Not |
LibraryId | Media Library ID, obtained after creating a media library in the media hosting console, see create media library | String | Yes |
AccessToken | Access token, see generate access token | String | Yes |
Marker | Used for sequential listing with pagination identification, i.e., the nextMarker field returned from the previous request. | String | No |
Limit | Used for sequential listing with pagination, the tenant space quantity limit defaults to 1000, range [1,1000]. | String | No |
{"list":[{"spaceId": "space04fzo07fdq61b","userId": "","creationTime": "2020-10-16T02:31:50.000Z"},{"spaceId": "space3p5klbgcwndnt","userId": "","creationTime": "2020-10-16T02:31:50.000Z"}],"marker": "eyJmb3JtYXQiOjIsInRhYmх1X21kIjoхLCJzсGFjZV9pZCI6IiJ9","nextMarker":"eyJmb3JtYXQiOjIsInRhYmх1X21kIjoхLCJzсGFjZV9pZCI6IiJ9"}
Response | Description | Type |
List | Record tenant space information | List |
marker | Identification for paginated listing | String |
nextMarker | Identification for sequential page listing. If no more, this field does not exist. | String |
Node Name (Keyword) | Description | Type |
spaceId | Tenant Space ID | String |
userId | Creator User ID | String |
creationTime | Tenant space creation time, a date and time string in ISO 8601 format, such as 2020-10-14T10:17:57.953Z | String |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários