Skip to content

Instantly share code, notes, and snippets.

@imanishpr
Last active January 21, 2018 11:24
Show Gist options
  • Save imanishpr/f3701d2404a28a6cd5d3c45952f028d5 to your computer and use it in GitHub Desktop.
Save imanishpr/f3701d2404a28a6cd5d3c45952f028d5 to your computer and use it in GitHub Desktop.
Plixure-APIs

POST // createalbum

REQUEST BODY : { "userId" : "192", "desc": "First Album" }

RESPONSE BODY: { "status": "Success", "data": { "fieldCount": 0, "affectedRows": 1, "insertId": 22, "serverStatus": 3, "warningCount": 1, "message": "", "protocol41": true, "changedRows": 0 } }

<==========================================================================================================>

GET // getalbumbyuserid/{:id}

RESPONSE BODY: { "status": "Success", "data": { "rows": [ { "pa_id": 12, "parcer_id": 192, "pa_desc": "", "pa_status": 18, "pa_create_date": "2017-04-22T06:55:49.000Z" }, { "pa_id": 22, "parcer_id": 192, "pa_desc": "First Album", "pa_status": 1, "pa_create_date": "2018-01-21T05:49:11.000Z" } ] } }

<===================================================================================>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment