← Tools Reference

DataScope

DataScope integration (Productivity, Data). Imported from open-connector.

API key7 toolshttps://www.mydatascope.com/api/external
GET
datascope_list_answers
List DataScope answers from the v2 answers endpoint with stable top-level metadata and dynamic answer values grouped under answers.

/v2/answers

8 parameters
ParamTypeRequiredDescription
formIdintegeroptionalThe DataScope form identifier to filter by.
userIdintegeroptionalThe DataScope user identifier to filter by.
locationIdintegeroptionalThe DataScope location identifier to filter by.
startAtstringoptionalThe inclusive start timestamp filter sent to DataScope.
endAtstringoptionalThe inclusive end timestamp filter sent to DataScope.
dateModifiedbooleanoptionalWhether DataScope should filter answers by modified date instead of created dat…
limitintegeroptionalThe maximum number of answers to return. DataScope allows at most 200.
offsetintegeroptionalThe zero-based offset used to fetch the next page.
GET
datascope_list_locations
List DataScope locations available to the authenticated account.

/locations

POST
datascope_create_location
Create a DataScope location using the official locations endpoint.

/locations

13 parameters
ParamTypeRequiredDescription
codestringrequiredThe location code to store in DataScope.
namestringrequiredThe location name to store in DataScope.
descriptionstringoptionalThe location description to store in DataScope.
addressstringoptionalThe location address to store in DataScope.
citystringoptionalThe city to store in DataScope.
countrystringoptionalThe country to store in DataScope.
regionstringoptionalThe region to store in DataScope.
latitudenumberoptionalThe latitude to store in DataScope.
longitudenumberoptionalThe longitude to store in DataScope.
phonestringoptionalThe phone number to store in DataScope.
emailstringoptionalThe contact email to store in DataScope.
companyCodestringoptionalThe company code to store in DataScope.
companyNamestringoptionalThe company name to store in DataScope.
POST
datascope_update_location
Update one DataScope location by location ID.

/locations/{locationId}

14 parameters
ParamTypeRequiredDescription
locationIdintegerrequiredThe identifier of the DataScope location to update.
codestringoptionalThe location code to store in DataScope.
namestringoptionalThe location name to store in DataScope.
descriptionstringoptionalThe location description to store in DataScope.
addressstringoptionalThe location address to store in DataScope.
citystringoptionalThe city to store in DataScope.
countrystringoptionalThe country to store in DataScope.
regionstringoptionalThe region to store in DataScope.
latitudenumberoptionalThe latitude to store in DataScope.
longitudenumberoptionalThe longitude to store in DataScope.
phonestringoptionalThe phone number to store in DataScope.
emailstringoptionalThe contact email to store in DataScope.
companyCodestringoptionalThe company code to store in DataScope.
companyNamestringoptionalThe company name to store in DataScope.
GET
datascope_get_list_element
Get one DataScope metadata list element by metadata type and element ID.

/metadata_object

2 parameters
ParamTypeRequiredDescription
metadataTypestringrequiredThe metadata list type that owns the element.
elementIdintegerrequiredThe identifier of the metadata list element to fetch.
POST
datascope_create_list_element
Create one DataScope metadata list element under a metadata list type.

/metadata_object

6 parameters
ParamTypeRequiredDescription
metadataTypestringrequiredThe metadata list type that will own the new element.
codestringrequiredThe code to store on the new metadata list element.
namestringrequiredThe display name of the new metadata list element.
descriptionstringoptionalThe description to store on the metadata list element.
attribute1stringoptionalThe first custom attribute to store on the element.
attribute2stringoptionalThe second custom attribute to store on the element.
POST
datascope_update_list_element
Update one DataScope metadata list element by element ID.

/metadata_object/{elementId}

6 parameters
ParamTypeRequiredDescription
elementIdintegerrequiredThe identifier of the metadata list element to update.
codestringoptionalThe code to store on the metadata list element.
namestringoptionalThe display name to store on the metadata list element.
descriptionstringoptionalThe description to store on the metadata list element.
attribute1stringoptionalThe first custom attribute to store on the element.
attribute2stringoptionalThe second custom attribute to store on the element.