DataScope integration (Productivity, Data). Imported from open-connector.
https://www.mydatascope.com/api/external/v2/answers
| Param | Type | Required | Description |
|---|---|---|---|
| formId | integer | optional | The DataScope form identifier to filter by. |
| userId | integer | optional | The DataScope user identifier to filter by. |
| locationId | integer | optional | The DataScope location identifier to filter by. |
| startAt | string | optional | The inclusive start timestamp filter sent to DataScope. |
| endAt | string | optional | The inclusive end timestamp filter sent to DataScope. |
| dateModified | boolean | optional | Whether DataScope should filter answers by modified date instead of created dat… |
| limit | integer | optional | The maximum number of answers to return. DataScope allows at most 200. |
| offset | integer | optional | The zero-based offset used to fetch the next page. |
/locations
/locations
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | required | The location code to store in DataScope. |
| name | string | required | The location name to store in DataScope. |
| description | string | optional | The location description to store in DataScope. |
| address | string | optional | The location address to store in DataScope. |
| city | string | optional | The city to store in DataScope. |
| country | string | optional | The country to store in DataScope. |
| region | string | optional | The region to store in DataScope. |
| latitude | number | optional | The latitude to store in DataScope. |
| longitude | number | optional | The longitude to store in DataScope. |
| phone | string | optional | The phone number to store in DataScope. |
| string | optional | The contact email to store in DataScope. | |
| companyCode | string | optional | The company code to store in DataScope. |
| companyName | string | optional | The company name to store in DataScope. |
/locations/{locationId}
| Param | Type | Required | Description |
|---|---|---|---|
| locationId | integer | required | The identifier of the DataScope location to update. |
| code | string | optional | The location code to store in DataScope. |
| name | string | optional | The location name to store in DataScope. |
| description | string | optional | The location description to store in DataScope. |
| address | string | optional | The location address to store in DataScope. |
| city | string | optional | The city to store in DataScope. |
| country | string | optional | The country to store in DataScope. |
| region | string | optional | The region to store in DataScope. |
| latitude | number | optional | The latitude to store in DataScope. |
| longitude | number | optional | The longitude to store in DataScope. |
| phone | string | optional | The phone number to store in DataScope. |
| string | optional | The contact email to store in DataScope. | |
| companyCode | string | optional | The company code to store in DataScope. |
| companyName | string | optional | The company name to store in DataScope. |
/metadata_object
| Param | Type | Required | Description |
|---|---|---|---|
| metadataType | string | required | The metadata list type that owns the element. |
| elementId | integer | required | The identifier of the metadata list element to fetch. |
/metadata_object
| Param | Type | Required | Description |
|---|---|---|---|
| metadataType | string | required | The metadata list type that will own the new element. |
| code | string | required | The code to store on the new metadata list element. |
| name | string | required | The display name of the new metadata list element. |
| description | string | optional | The description to store on the metadata list element. |
| attribute1 | string | optional | The first custom attribute to store on the element. |
| attribute2 | string | optional | The second custom attribute to store on the element. |
/metadata_object/{elementId}
| Param | Type | Required | Description |
|---|---|---|---|
| elementId | integer | required | The identifier of the metadata list element to update. |
| code | string | optional | The code to store on the metadata list element. |
| name | string | optional | The display name to store on the metadata list element. |
| description | string | optional | The description to store on the metadata list element. |
| attribute1 | string | optional | The first custom attribute to store on the element. |
| attribute2 | string | optional | The second custom attribute to store on the element. |