API Change Log
Tasking API v1.5.3
February 01, 2024
- Adds the dedicated OIS tasking endpoint, with support for both Spotlight and EVO maneuvers
Tasking API v1.5.0
September 27, 2023
- Adds quality parameters for off nadir and sun angle.
- Adds the fragments endpoint.
Deletions:
- Removes the already deprecated
rating
parameter.
Delivery Service Update
September 20, 2023
Remove task and project names from Scene metadata. Task and project id values are still available in the Scene metadata to reconciliate the human readable names from the Tasking Service if needed.
Deletions:
- metadata.task_name field was deleted from the scene detail response.
- metadata.project_name field was deleted from the scene detail response.
Analysis API v1.2.1
September 11, 2023
Adds the Opportunities Analysis API to understand capture opportunities for a task's payload.
Tasking API v1.4.1
July 17, 2023
Add optional absolute_exposure parameter to the Task Object, this parameter should only be used when creating tasks for OTS product.
Tasking API v1.4
July 11, 2023
Tasking API v1.4 deprecates rating parameter to make way for new priority parameter allowing for a single client to assign a specific priority to an order from a previously arranged priority range. It also adds the client parameter needed for accounts that manages multiple clients. Finally, it includes a new clients endpoint that returns account information including allowed priority range (min, max and default).
Features:
- priority parameter addition to the Task Object, affecting all endpoints that return a Task. Value is integer, parameter is optional.
- client parameter addition to the Task Object, affecting all endpoints that return a Task. Value is string, parameter is optional. Only needed if the account has more than one client.
- New endpoint /clients/ exposing configuration for the account, and available priority values.
Deprecations (ignored parameters, for now):
- rating parameter will no longer have effect although it will still be accepted in the request, and continue to be returned as part of the Task payload for the different endpoints. This parameter will be removed in a follow-up release.
Tasking API v1.3.1
June 1, 2023
Tasking API v1.3.1 removes parameters that were deprecated in v1.2.
Changes:
- Successful Task creation now responds with http status code 201 instead of 200.
- GET requests containing a payload body now return a 400 error.
Deletions:
- sceneset_id field was deleted from the task detail response but will be possible to obtain a complete list of captures related to a task from the Captures endpoint.
- expected_date, expected_remap_days and age read-only fields were deleted from the task details response.
Tasking API v1.3
April 26, 2023
Tasking API v1.3 introduces a new task status workflow.
Features:
- Adds an improved, detailed, and backward-compatible status workflow for tasks to ensure customers can track their orders’ progress through the Tasking API. For example, a task will be rejected before being published if it’s somehow not feasible, or it’ll be possible to know if it’s partially completed based on its status.
Tasking API v1.2
December 1, 2022
Tasking API v1.2 deprecates parameters and makes start and end parameters mandatory.
Features:
- start and end dates parameters are now mandatory for all tasks.
Deprecations (ignored parameters, for now):
- sceneset_id field was deprecated from the task detail response but will be possible to obtain a complete list of captures related to a task from the Captures endpoint.
- expected_date, expected_remap_days and age read-only fields were deprecated from the task details response.