external
Archives
Bandset
Catalog
Report
List all orderItems
List of all order-items in the organization, the response is paginated.
curl --request GET \
--url https://api.pixxel.space/v0/order-items \
--header 'Authorization: <api-key>'
{
"order_items": [
{
"area": 1000,
"bandset": {
"bands": [
{
"name": "B001",
"wavelength": 473
}
],
"bandset_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"custom": [
[
123
]
]
},
"base_amount": 10000,
"cloud_cover": 0,
"cloud_delivery": {
"config": "config",
"path": "/path/subdirectory1"
},
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"delivery_speed": "STANDARD/EXPEDITED",
"end_date": "2020-10-28T00:00:00Z",
"feasibility_status": "FAILED/WEAK_SUCCESS/SUCCESS",
"final_amount": 12000,
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"image_type": "VNIR",
"images": [
{
"geometry": "<any>",
"item_id": "<string>"
}
],
"last_feasibility_check": "2024-05-27T06:50:20.056549Z",
"name": "order item 1",
"no_of_occurrences": 0,
"number_of_bands": 2,
"occurrences": [
{
"end": "2020-01-01T00:00:00+00:00",
"start": "2020-01-01T00:00:00+00:00"
}
],
"off_nadir": 0,
"order_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"org_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"payment_status": "PAID/PARTIAL-REFUND/REFUND/UNPAID/PARTIAL-MONTHLY",
"project_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"recurrence": "ONCE",
"start_date": "2020-10-22T00:00:00Z",
"status": "DRAFT/ACTIVE/COMPLETED/CANCELLED/FAILED/PARTIALLY_COMPLETED",
"tasks": [
{
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"delivery_status": "SUCCESSFUL",
"end_date": "25-05-2024",
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"number_of_strips": 4,
"order_item_id": "TD1_006800_20230528_L2A_20230615_03001067",
"start_date": "15-05-2024",
"status": "COMPLETED",
"tokens_used": 10,
"transaction_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"type": "ARCHIVE",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
}
],
"tokens_used": 100,
"transaction_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"type": "TASKING/ARCHIVE/RECURRING",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"uplifts": [
{
"amount": 123,
"item_id": "<string>",
"percentage": 123,
"subtitle": "<string>",
"title": "<string>"
}
],
"usecase": "agriculture",
"user_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"validation_errors": [
{}
]
}
],
"pagination": {
"limit": 10,
"offset": 0,
"total": 0
}
}
Authorizations
Query Parameters
User ID
Type
Status
Order IDs
Created By
Created At Range
Project IDs
IDs
Area Range
Limit
Offset
Response
UTM based area of the current order in sq. km.
1000
bandset configuration for the current order
id of the bandset
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
base amount of the order item without any uplifts or discounts
10000
maximum cloud cover percentage for the tasking order
0
timestamp of the creation of the order item
"2024-05-27T06:50:20.056549Z"
uuid of the user who created the order item
"e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
delivery speed of the tasking order
STANDARD
, EXPEDITED
, NOT_APPLICABLE
"STANDARD/EXPEDITED"
end date of your tasking order, the utc date will be considered as the end date.
"2020-10-28T00:00:00Z"
(only for tasking) feasibility status of the order showing the probability of the actual capture
NOT_APPLICABLE
, FAILED
, WEAK_SUCCESS
, SUCCESS
, UNSPECIFIED
"FAILED/WEAK_SUCCESS/SUCCESS"
final amount of the order item after applying uplifts and discounts
12000
unique identifier of the order item
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
image type for the tasking order
VNIR
, SWIR
, VSWIR
"VNIR"
(only for tasking) timestamp of the feasibility status. Feasibility status can change wrt time for the same order.
"2024-05-27T06:50:20.056549Z"
name of the order item
"order item 1"
number of occurrences of the recurring order.
0
number of bands in the tasking order
2
maximum off nadir angle for the tasking order
0
UUID of the order
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
UUID of the organization
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
payment status of the order item
PAID
, PARTIAL-REFUND
, REFUND
, UNPAID
, PARTIAL-MONTHLY
"PAID/PARTIAL-REFUND/REFUND/UNPAID/PARTIAL-MONTHLY"
UUID of the project
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
recurrence of the order item, (only for tasking and recurring orders)
ONCE
, WEEKLY
, BIWEEKLY
, MONTHLY
, BIMONTHLY
, QUARTERLY
, NOT_APPLICABLE
"ONCE"
start date of your tasking order, the utc date will be considered as the start date.
"2020-10-22T00:00:00Z"
status of the order item
DRAFT
, ACTIVE
, COMPLETED
, CANCELLED
, FAILED
, PARTIALLY_COMPLETED
"DRAFT/ACTIVE/COMPLETED/CANCELLED/FAILED/PARTIALLY_COMPLETED"
list of tasks associated with the order item
timestamp of the creation of the task
"2024-05-27T06:50:20.056549Z"
uuid of the user who created the task
"e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
tracks status of the delivery of the task if automated delivery was configured.
FAILED
"SUCCESSFUL"
relevant only for tasking
"25-05-2024"
uuid of the task
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
(relevant only for tasking) number of strips generated for the task
4
uuid of the order item
"TD1_006800_20230528_L2A_20230615_03001067"
relevant only for tasking
"15-05-2024"
status of the task
DRAFT
, REQUESTED
, CREATED
, IN_PROGRESS
, FULFILLED
, PARTIALLY_FULFILLED
, FAILED
, CANCELED
, EXPIRED
"COMPLETED"
tokens used by the specific task, for recurring tasking, tokens are consumed on task level and not orderitem level.
10
uuid of the transaction associated with the task, transaction id will be different for tasks of recurring order items, since each task is transacted for when it's requested/created.
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
type of the task
ARCHIVE
, TASKING
"ARCHIVE"
timestamp of the last update of the task
"2024-05-27T06:50:20.056549Z"
uuid of the user who last updated the task
"e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
tokens used by the order item, populated only after payment
100
transaction id assorciated with the order item
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
type of the order item
TASKING
, ARCHIVE
, RECURRING
"TASKING/ARCHIVE/RECURRING"
timestamp of the last update of the order item
"2024-05-27T06:50:20.056549Z"
uuid of the user who last updated the order item
"e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
list of uplifts/discounts applied to the order
delta amount due to the uplift
(only for archive order) the item id to which the uplift applies
percentage of the uplift
description of the uplift
type/cause of the uplift
usecase for which this order was requested
"agriculture"
UUID of the user
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
curl --request GET \
--url https://api.pixxel.space/v0/order-items \
--header 'Authorization: <api-key>'
{
"order_items": [
{
"area": 1000,
"bandset": {
"bands": [
{
"name": "B001",
"wavelength": 473
}
],
"bandset_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"custom": [
[
123
]
]
},
"base_amount": 10000,
"cloud_cover": 0,
"cloud_delivery": {
"config": "config",
"path": "/path/subdirectory1"
},
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"delivery_speed": "STANDARD/EXPEDITED",
"end_date": "2020-10-28T00:00:00Z",
"feasibility_status": "FAILED/WEAK_SUCCESS/SUCCESS",
"final_amount": 12000,
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"image_type": "VNIR",
"images": [
{
"geometry": "<any>",
"item_id": "<string>"
}
],
"last_feasibility_check": "2024-05-27T06:50:20.056549Z",
"name": "order item 1",
"no_of_occurrences": 0,
"number_of_bands": 2,
"occurrences": [
{
"end": "2020-01-01T00:00:00+00:00",
"start": "2020-01-01T00:00:00+00:00"
}
],
"off_nadir": 0,
"order_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"org_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"payment_status": "PAID/PARTIAL-REFUND/REFUND/UNPAID/PARTIAL-MONTHLY",
"project_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"recurrence": "ONCE",
"start_date": "2020-10-22T00:00:00Z",
"status": "DRAFT/ACTIVE/COMPLETED/CANCELLED/FAILED/PARTIALLY_COMPLETED",
"tasks": [
{
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"delivery_status": "SUCCESSFUL",
"end_date": "25-05-2024",
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"number_of_strips": 4,
"order_item_id": "TD1_006800_20230528_L2A_20230615_03001067",
"start_date": "15-05-2024",
"status": "COMPLETED",
"tokens_used": 10,
"transaction_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"type": "ARCHIVE",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
}
],
"tokens_used": 100,
"transaction_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"type": "TASKING/ARCHIVE/RECURRING",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
"uplifts": [
{
"amount": 123,
"item_id": "<string>",
"percentage": 123,
"subtitle": "<string>",
"title": "<string>"
}
],
"usecase": "agriculture",
"user_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"validation_errors": [
{}
]
}
],
"pagination": {
"limit": 10,
"offset": 0,
"total": 0
}
}