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
Example Request
item_type_id: PSScene
item_id: 20240426_190202_25_24fc
GET: https://api.planet.com/data/v1/item-types/PSScene/items/20240426_190202_25_24fc
Example Response
"_permissions": Assets available for the item that 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.