Skip to content

Instantly share code, notes, and snippets.

@sheac
Last active June 7, 2018 18:14
Show Gist options
  • Save sheac/19f106d4b35b683100230fed55207ddd to your computer and use it in GitHub Desktop.
Save sheac/19f106d4b35b683100230fed55207ddd to your computer and use it in GitHub Desktop.

API Documentation

Acquire Template Lock Request:

{
	"method": "acquireLock",
	"arguments": {
		"jobTemplateId": "JOB_TEMPLATE_ID"
	}
}

Add Metadata Request:

{
    "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"
              ]
          }
        }
        }
    
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment