Article Id
Display detailed information about an article.
GET URL: http:/{endpoint}/article/{Article Id} |
---|
API Call: http://apiv1.scribblelive.com/article/{Article Id}/?Token={Api Token}&Auth={Authentication Key}&Format=json
Path Parameters:
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Article Id | true | Integer | The ID of the article being accessed or modified. |
Token | true | string | The token is a dedicated authorization key provided to the client to consume the API. |
Auth | true | string | The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials. |
…………………………………………………………………………………………………………………..
Post Id
Display detailed information about an article using the post id it is associated with.
GET URL: http:/{endpoint}/article/post/{Post Id} |
---|
API Call: http://apiv1.scribblelive.com/article/post/{Post Id}/?Token={Api Token}&Auth={Authentication Key}&Format=json
Path Parameters:
NAME |
REQUIRED | TYPE |
DESCRIPTION |
Post Id | true | integer | The Post ID of the post that has the article |
Token | true | string | The token is a dedicated authorization key provided to the client to consume the API. |
Auth | true | string | The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials. |
Format | – | string | Format of the data returned by the API call. Can be either “xml”, “json” or “html”. |
…………………………………………………………………………………………………………………..
Article Details
Display detailed information about an article using the post id it is associated with.
GET URL: http:/{endpoint}/article/attachedlist/{Article Id} |
---|
API Call: http://apiv1.scribblelive.com/article/attachedlist/{Article Id}/?Token={Api Token}&Auth={Authentication Key}&Format=json
Path Parameters:
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Article Id | true | Integer | The ID of the article being accessed or modified. |
Token | true | string | The token is a dedicated authorization key provided to the client to consume the API. |
Auth | true | string | The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials. |
…………………………………………………………………………………………………………………..
Revised Article Id
The latest revision of the article (draft or published).
GET URL: http:/{endpoint}/article/{Article Id}/revision/latest |
---|
API Call: http://apiv1.scribblelive.com/article/{Article Id}/revision/latest/?Token={Api Token}&Auth={Authentication Key}&Format=json
Path Parameters:
NAME | REQUIRED | TYPE | DESCRIPTION |
Article Id | true | integer | The ID of the article being accessed or modified. |
Token | true | string | The token is a dedicated authorization key provided to the client to consume the API. |
Auth | true | string | The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials. |
Format | – | string | Format of the data returned by the API call. Can be either “xml”, “json” or “html”. |
…………………………………………………………………………………………………………………..
Published & Revised Article Id
The latest published revision of the article.
GET URL: http:/{endpoint}/article/{Article Id}/revision/published/latest |
---|
API Call: http://apiv1.scribblelive.com/article/{Article Id}/revision/published/latest/?Token={Api Token}&Auth={Authentication Key}&Format=json
Path Parameters:
NAME | REQUIRED | TYPE | DESCRIPTION |
Article Id | true | integer | The ID of the article being accessed or modified. |
Token | true | string | The token is a dedicated authorization key provided to the client to consume the API. |
Auth | true | string | The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials. |
Format | – | string | Format of the data returned by the API call. Can be either “xml”, “json” or “html”. |
…………………………………………………………………………………………………………………..