Assets or products can be derived from the item's source data, if you want to check all available assets for an Item_id, the Data API can be used:
The request will include a method supported by HTTP, item_type_id and item_id
GET https://api.planet.com/data/v1/item-types/{item_type_id}/items/{item_id}
Authorizations: BasicAuth or ApiKeyAuth
Example Request
item_type_id: PSOrthoTile
item_id: 1368746_3262717_2018-04-21_1036
GET https://api.planet.com/data/v1/item-types/PSOrthoTile/items/1368746_3262717_2018-04-21_1036
Example Response
_permissions: Assets available for the item which the authenticated user has permission to download.
For more information about Items & Assets please check the following link:
Comments
Please sign in to leave a comment.