GET api/jobs/getdocumentation/{id}
Tries to get the generated document.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Document Id to be used. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
200 if the request for documentation was successfully sent.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.