Authorizations
Body
application/json
Filters and returns listings from the network using the posted filter payload. Designed for fine-grained, structured listing search. Criteria are ANDed together.
curl --request POST \
--url https://api.seminode.com/v1/listings/filter \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"authors": [
"<string>"
],
"ids": [
"<string>"
],
"kinds": [
123
],
"limit": 123,
"search": "<string>",
"since": 123,
"tags": {
"addresses": [
"<string>"
],
"batch_id": "<string>",
"company": "<string>",
"event_id": "<string>",
"finalized": "<string>",
"internal_nos": [
"<string>"
],
"material_nos": [
"<string>"
],
"mfr": "<string>",
"recipient": "<string>",
"status": "<string>",
"thread_id": "<string>",
"type": "<string>"
},
"until": 123,
"urls": [
"<string>"
]
}'[
{
"content": {
"attributes": {
"coo": "<string>",
"currency": "<string>",
"custom": {},
"date_code": "<string>",
"description": "<string>",
"eccn": "<string>",
"lot_no": "<string>",
"moq": 123,
"mpq": 123,
"packaging": "<string>"
},
"batch_id": "<string>",
"company": "<string>",
"contact": {
"methods": [
"<string>"
],
"reply_url": "<string>"
},
"encrypted": {
"ciphertext": "<string>",
"payload": {}
},
"errors": {},
"image_url": "<string>",
"internal_no": "<string>",
"material_no": "<string>",
"mfr": "<string>",
"qty": 123,
"timing": {
"expiry": 123,
"lead_time": "<string>",
"lead_time_int": 123,
"required_date": 123
},
"type": "<string>",
"unit_price": 123
},
"created_at": "<string>",
"id": "<string>",
"kind": 123,
"public_key": "<string>",
"recipient_public_key": "<string>",
"reply_url": "<string>",
"root_id": "<string>",
"sig": "<string>",
"tags": [
[
"<string>"
]
],
"thread_id": "<string>",
"url": "<string>"
}
]Was this page helpful?
curl --request POST \
--url https://api.seminode.com/v1/listings/filter \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"authors": [
"<string>"
],
"ids": [
"<string>"
],
"kinds": [
123
],
"limit": 123,
"search": "<string>",
"since": 123,
"tags": {
"addresses": [
"<string>"
],
"batch_id": "<string>",
"company": "<string>",
"event_id": "<string>",
"finalized": "<string>",
"internal_nos": [
"<string>"
],
"material_nos": [
"<string>"
],
"mfr": "<string>",
"recipient": "<string>",
"status": "<string>",
"thread_id": "<string>",
"type": "<string>"
},
"until": 123,
"urls": [
"<string>"
]
}'[
{
"content": {
"attributes": {
"coo": "<string>",
"currency": "<string>",
"custom": {},
"date_code": "<string>",
"description": "<string>",
"eccn": "<string>",
"lot_no": "<string>",
"moq": 123,
"mpq": 123,
"packaging": "<string>"
},
"batch_id": "<string>",
"company": "<string>",
"contact": {
"methods": [
"<string>"
],
"reply_url": "<string>"
},
"encrypted": {
"ciphertext": "<string>",
"payload": {}
},
"errors": {},
"image_url": "<string>",
"internal_no": "<string>",
"material_no": "<string>",
"mfr": "<string>",
"qty": 123,
"timing": {
"expiry": 123,
"lead_time": "<string>",
"lead_time_int": 123,
"required_date": 123
},
"type": "<string>",
"unit_price": 123
},
"created_at": "<string>",
"id": "<string>",
"kind": 123,
"public_key": "<string>",
"recipient_public_key": "<string>",
"reply_url": "<string>",
"root_id": "<string>",
"sig": "<string>",
"tags": [
[
"<string>"
]
],
"thread_id": "<string>",
"url": "<string>"
}
]