Get information about a specific offer’s task

HTTP method

Endpoint

GET

/v1/offers/{offer_id}/tasks

Path parameters

Parameter

Description

offer_id

The unique id for the offer.

Response body parameters

Field

Type

Description

id

integer

offer_id

integer

A string that uniquely identifies this offer.

user_id

integer

Founder ID (manager ID).

modify_status

string

Set status for task: active or paused

execute_time

string

Execution time.

create_time

string

Creation time.

update_time

string

update time.

complete_status

integer

Complete status: 0: uncompleted ; 1: completed

Example request

Request GET https://{networkname}.api.offerslook.com/v1/offers/3147/tasks

Request GET http://{networkname}.api.offerslook.com/v1/offers/3147/tasks

Example response

Last updated

Was this helpful?