List Tenders

GET {{baseUrl}}/pos/tenders?raw=false&cursor=tempor consequat&limit=1&fields=id,updated_at

List Tenders

Request Params

KeyDatatypeRequiredDescription
rawbooleanInclude raw response. Mostly used for debugging purposes
cursorstringCursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.
limitnumberNumber of results to return. Minimum 1, Maximum 200, Default 20
fieldsstringThe 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: fields=name,email,addresses.city<br /><br />In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded.

HEADERS

KeyDatatypeRequiredDescription
x-apideck-consumer-idstring(Required) ID of the consumer which you want to get or push data from
x-apideck-app-idstring(Required) The ID of your Unify application
x-apideck-service-idstringProvide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
Acceptstring

RESPONSES

status: OK

{&quot;status_code&quot;:200,&quot;status&quot;:&quot;OK&quot;,&quot;service&quot;:&quot;clover&quot;,&quot;resource&quot;:&quot;Tenders&quot;,&quot;operation&quot;:&quot;all&quot;,&quot;data&quot;:[{&quot;id&quot;:&quot;12345&quot;,&quot;key&quot;:&quot;com.clover.tender.cash&quot;,&quot;label&quot;:&quot;Cash&quot;,&quot;active&quot;:true,&quot;hidden&quot;:true,&quot;editable&quot;:true,&quot;opens_cash_drawer&quot;:true,&quot;allows_tipping&quot;:true,&quot;custom_mappings&quot;:{},&quot;updated_by&quot;:&quot;12345&quot;,&quot;created_by&quot;:&quot;12345&quot;,&quot;updated_at&quot;:&quot;2020-09-30T07:43:32.000Z&quot;,&quot;created_at&quot;:&quot;2020-09-30T07:43:32.000Z&quot;},{&quot;id&quot;:&quot;12345&quot;,&quot;key&quot;:&quot;com.clover.tender.cash&quot;,&quot;label&quot;:&quot;Cash&quot;,&quot;active&quot;:true,&quot;hidden&quot;:true,&quot;editable&quot;:true,&quot;opens_cash_drawer&quot;:true,&quot;allows_tipping&quot;:true,&quot;custom_mappings&quot;:{},&quot;updated_by&quot;:&quot;12345&quot;,&quot;created_by&quot;:&quot;12345&quot;,&quot;updated_at&quot;:&quot;2020-09-30T07:43:32.000Z&quot;,&quot;created_at&quot;:&quot;2020-09-30T07:43:32.000Z&quot;}],&quot;meta&quot;:{&quot;items_on_page&quot;:50,&quot;cursors&quot;:{&quot;previous&quot;:&quot;em9oby1jcm06OnBhZ2U6OjE=&quot;,&quot;current&quot;:&quot;em9oby1jcm06OnBhZ2U6OjI=&quot;,&quot;next&quot;:&quot;em9oby1jcm06OnBhZ2U6OjM=&quot;}},&quot;links&quot;:{&quot;previous&quot;:&quot;https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjE%3D&quot;,&quot;current&quot;:&quot;https://unify.apideck.com/crm/companies&quot;,&quot;next&quot;:&quot;https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjM&quot;}}