Skip to content

Instantly share code, notes, and snippets.

@muracms
Last active August 29, 2015 14:14
Show Gist options
  • Save muracms/7ce24298073d34d1b5f1 to your computer and use it in GitHub Desktop.
Save muracms/7ce24298073d34d1b5f1 to your computer and use it in GitHub Desktop.
POST https://yourdomain.com/{context}/index.cfm/_api/json/v1/{siteid}/{entityname}/?csrf_token={csrf_token}&csrf_token_expires={csrf_token_expires}
POST https://yourdomain.com/{context}/index.cfm/_api/json/v1/?method=save&siteid={siteid}&entityname={entityname}&csrf_token={csrf_token}&csrf_token_expires={csrf_token_expires}
{
"data": {
"id": "2C91A3B0-E375-9383-0B05636E6926868D",
"name": "Example",
"links": {
"relatedentitylink1": "http://...",
"relatedentitylink2": "http://..."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment