GET v2/tagtree/{guid}
Returns the completed tagtree, if it is complete.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid |
The GUID of the template sent for the tagtree previously. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP status code. 200 with the generated tagtree in the body. 201 If the tagtree is in progress. 202 If the tagtree has not yet started. 404 If there is no tagtree associated with the GUID. 500 If an error occurred during the tagtree. The body contains the error's details.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.