GET v2/tagtree/{guid}/status

Returns the status of a tagtree generation. The difference from v2/tagtree/{guid} is that this call doesn't return the tagtree itself.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

A GUID of the tagtree to return the status for.

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP status code. 201 If the tagtree is in progress. 202 If the tagtree has not yet started. 302 If the tagtree finished successfully and is available to be read. 404 If there is no tagtree associated with the GUID. 500 If an error occurred during the tagtree generation. The body contains the error's details.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.