GET exportservice/publishruletypes
Returns available publish rule types
Request Information
Request URL
https://api.idrottonline.se/exportservice/publishruletypesURI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
x-svenskidrott-api-version |
The requested API version |
string |
Default value is 1.0 |
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
A list of publish rules.
Collection of ExportService.DataContracts.PublishRuleTypeName | Description | Type | Additional information |
---|---|---|---|
Id |
The id of the publish rule type |
integer |
None. |
Description |
The description of the publish rule type |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Description": "Only visible for club users" } ]