users property (list of objects)
Endpoint: GET /client/projects
fields:
| Field | Changes | Description |
|---|---|---|
| user_id | REMOVED | See user_ids field |
| user_project_status_id | REMOVED | moved to users |
| delivered_at | REMOVED | moved to users |
| modified_at | REMOVED | moved to users |
| client_statuses | REMOVED | see users |
| user_ids | ADDED | The list of users (ids) that have the object in their workspace |
| users | ADDED | The list of users (objects) that have the object in their workspace. See the response schema of the method |
| responsible_ids | ADDED | The list of users (ids) that which were assigned as responsible for the project |
| responsible | ADDED | The list of users (objects) that which were assigned as responsible for the project. See the response schema of the method |
filter:
| Filter | Changes | Description |
|---|---|---|
| user_id:{in}:int[] | CHANGED | changed to users.user_id:{in}:int[] |
| user_project_status_id:{in}:int[] | CHANGED | changed to users.user_project_status_id:{in}:int[] |
| delivered_at:{gte,lte}:{date,datetime} | CHANGED | changed to users.delivered_at:{gte,lte}:{date,datetime} |
| modified_at:{gte,lte}:{date,datetime} | CHANGED | changed to users.modified_at:{gte,lte}:{date,datetime} |
| responsible.responsible_id:{in}:int[] | ADDED | |
| responsible.assigner_id:{in}:int[] | ADDED |
sort:
| Sort | Changes | Description |
|---|---|---|
| delivered_at:{a|d} | CHANGED | changed to users.delivered_at:{a|d} |
| modified_at:{a|d} | CHANGED | changed to users.modified_at:{a|d} |
Endpoint: GET /client/tenders
fields:
| Field | Changes | Description |
|---|---|---|
| user_id | REMOVED | See user_ids field |
| user_tender_status_id | REMOVED | moved to users |
| delivered_at | REMOVED | moved to users |
| modified_at | REMOVED | moved to users |
| client_statuses | REMOVED | see users |
| user_ids | ADDED | The list of users (ids) that have the object in their workspace |
| users | ADDED | The list of users (objects) that have the object in their workspace. See the response schema of the method |
| responsible_ids | ADDED | The list of users (ids) that which were assigned as responsible for the tender |
| responsible | ADDED | The list of users (objects) that which were assigned as responsible for the tender. See the response schema of the method |
filter:
| Filter | Changes | Description |
|---|---|---|
| user_id:{in}:int[] | CHANGED | changed to users.user_id:{in}:int[] |
| user_tender_status_id:{in}:int[] | CHANGED | changed to users.user_tender_status_id:{in}:int[] |
| delivered_at:{gte,lte}:{date,datetime} | CHANGED | changed to users.delivered_at:{gte,lte}:{date,datetime} |
| modified_at:{gte,lte}:{date,datetime} | CHANGED | changed to users.modified_at:{gte,lte}:{date,datetime} |
| responsible.responsible_id:{in}:int[] | ADDED | |
| responsible.assigner_id:{in}:int[] | ADDED |
sort:
| Sort | Changes | Description |
|---|---|---|
| delivered_at:{a|d} | CHANGED | changed to users.delivered_at:{a|d} |
| modified_at:{a|d} | CHANGED | changed to users.modified_at:{a|d} |
Endpoint: GET /client/companies
fields:
| Field | Changes | Description |
|---|---|---|
| user_id | REMOVED | See user_ids field |
| client_company_folder_id | REMOVED | moved to users |
| delivered_at | REMOVED | moved to users |
| modified_at | REMOVED | moved to users |
| user_ids | ADDED | The list of users (ids) that have the object in their workspace |
| users | ADDED | The list of users (objects) that have the object in their workspace. See the response schema of the method |
filter:
| Filter | Changes | Description |
|---|---|---|
| user_id:{in}:int[] | CHANGED | changed to users.user_id:{in}:int[] |
| client_company_folder_id:{in}:int[] | CHANGED | changed to users.client_company_folder_id:{in}:int[] |
| delivered_at:{gte,lte}:{date,datetime} | CHANGED | changed to users.delivered_at:{gte,lte}:{date,datetime} |
| modified_at:{gte,lte}:{date,datetime} | CHANGED | changed to users.modified_at:{gte,lte}:{date,datetime} |
sort:
| Sort | Changes | Description |
|---|---|---|
| delivered_at:{a|d} | CHANGED | changed to users.delivered_at:{a|d} |
| modified_at:{a|d} | CHANGED | changed to users.modified_at:{a|d} |
Endpoint: GET /client/contacts
fields:
| Field | Changes | Description |
|---|---|---|
| user_id | REMOVED | See user_ids field |
| modified_at | REMOVED | moved to users |
| user_ids | ADDED | The list of users (ids) that have the object in their workspace |
| users | ADDED | The list of users (objects) that have the object in their workspace. See the response schema of the method |
filter:
| Filter | Changes | Description |
|---|---|---|
| user_id:{in}:int[] | CHANGED | changed to users.user_id:{in}:int[] |
| modified_at:{gte,lte}:{date,datetime} | CHANGED | changed to users.modified_at:{gte,lte}:{date,datetime} |
sort:
| Sort | Changes | Description |
|---|---|---|
| modified_at:{a|d} | CHANGED | changed to users.modified_at:{a|d} |