Create a new document
...
Get All Structures By Service Id
Description
Get the list of all metadata definition structures for a given service.
Package Details
Interface
IMetadataStructureManager
Syntax
Task<MetadataStructure> GetCurrentStructureByServiceId(int serviceId);
Returns
Task<MetadataStructure>
API Endpoint
GET
/api/v1/metadata-definitions/{serviceId}
Parameters
Parameter | Description | Parameter Type |
---|
Sample request body
...
language | json |
---|
serviceId | Service id to list the metadata definition structures. | Query string |
Returns
On success, 200 OkOK
On error, 400 Bad Request
...