Description |
---|
Checks whether the project's extraction model is up-to-date. |
The response contains details about changes of project data and if the extraction model already contains the latest changes.
URL: /PoolParty/api/indexbuilder/{project}
Supported Methods |
---|
POST, GET |
application/x-www-form-urlencoded
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
http status code 200when OK + details in json format.
Example Request
http://<server-url>/PoolParty/api/indexbuilder/1DCE489D-9695-0001-E272-285217B0181E
Example Response
{
"lastBuildTime": "Tue Dec 29 10:33:03 CET 2015",
"lastChangeTime": "Tue Dec 29 10:11:16 CET 2015",
"upToDate": true
}