Export a structure
get
/service/lma/structure/{id}/export/{format}
This endpoint is used to export the structure.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
format(required): string
format in which structure is being exported like excel or pdf
-
id(required): string
key of the structure Maintenance
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated Structure
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error