Exportera Tjänsteguide
Export-API för hela Tjänsteguiden
FormatXML AuthLogin ConsumerStadsnät
list_services
Request
GET /admin/edit/services/plain/api
Attributes
- mandatory
Data format: integer
Example: 39
ID for category from list_categories() - 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_services&category=39&hash=abcd
Response success: 200
HTTP/1.1 200
Content-Type: application/xml<list_services> <response> <services> <service> <name>10/10 Mbit/s + Telefoni Standard</name> <id>8</id> </service> <service> <name>30/30 Mbit/s + Telefoni Standard</name> <id>9</id> </service> <service> <name>100/10 Mbit/s + Telefoni Standard</name> <id>10</id> </service> </services> </response> <status>success</status> </list_services>