Exportera Tjänsteguide
Export-API för hela Tjänsteguiden
FormatXML AuthLogin ConsumerStadsnät
list_xsp
Request
GET /admin/edit/services/plain/api
Attributes
- optional
Data format: string
Example: json
What format should the response be in, valid values are 'xml' and 'json'
Example request
GET /admin/edit/services/plain/api?method=list_xsp&hash=abcd
Response success: 200
HTTP/1.1 200
Content-Type: application/xml<list_xsp> <response> <providers> <xsp> <id>26570</id> <name>GameConnect</name> </xsp> <xsp> <id>29910</id> <name>Office IT-Partner</name> </xsp> </providers> </response> <status>success</status> </list_xsp>