- URL: http://apidocs.parsable.com
- username: admin
- password: wearable-195
- apidocs link: http://apidocs.parsable.com/job_template.html#Fn_JobTemplateService_acquireLock
- HTTP method: POST
- url: https://api.thunk.us-west-2.sera.co/api/job_templates (for thunk)
- body:
{
"method": "acquireLock",
"arguments": {
"jobTemplateId": "JOB_TEMPLATE_ID"
}
}
- apidocs link: http://apidocs.parsable.com/metadata.html#Fn_MetadataService_add
- HTTP method: POST
- url: https://api.thunk.us-west-2.sera.co/api/metadata (thunk)
- body:
{
"method": "add",
"arguments" : {
"teamId" : "TEAM_ID",
"metadata": {
"key": "Mark's Checklist-UI Team Multi List Job Param -- TO COPY",
"type": 4,
"owner": 4,
"isRequired": true,
"constraints": {
"listOptions": {
"options": [
"1 Multi list item",
"2 Multi list item",
"3 Multi list item",
"4 Multi list item"
]
}
}
}
}
}