get/datevalidation
This resource allows you to ensure the user can create an entry against a specific date, before the uploading process begins.
The resource will return an error if the date is not formatted correctly, if the user has already posted against that date, or if the user is otherwise not allowed to post against that date. If an entry can be created against the date, a success messge is returned.
URL
http://api.blipfoto.com/get/datevalidation/
Parameters
This resource requires the API Key and Authentication parameters.
| Parameter | Description | Required? |
|---|---|---|
date |
The entry date in YYYY-MM-DD format | Yes |
Response data
The data object is an array of objects containing the following:
| Name | Description | Data type |
|---|---|---|
success |
A message confirming the date is allowed. | String |