- Documentation
- Sandbox
Get list of category by service.
| Name | Requirement | Type | Description |
|---|---|---|---|
| serviceSlug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The service's slug |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| serviceSlug | string | true | The service's slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get specific category by slug.
| Name | Requirement | Type | Description |
|---|---|---|---|
| slug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The slug of mobile offer |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| slug | string | true | Mobile offer slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get a single mobile offer by slug.
| Name | Requirement | Type | Description |
|---|---|---|---|
| slug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The slug of mobile offer |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| slug | string | true | Mobile offer slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get service option by service slug.
| Name | Requirement | Type | Description |
|---|---|---|---|
| serviceSlug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The slug of service |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| serviceSlug | string | true | Service's slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get service option by id.
| Name | Requirement | Type | Description |
|---|---|---|---|
| id | \d+ | integer | The id of service option |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| id | integer | true | service option id |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get service option by slug.
| Name | Requirement | Type | Description |
|---|---|---|---|
| slug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The slug of service option |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| slug | string | true | service option slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get list of services by category slug.
| Name | Requirement | Type | Description |
|---|---|---|---|
| categorySlug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The slug of service |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| categorySlug | string | true | service slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get a single service by slug.
| Name | Requirement | Type | Description |
|---|---|---|---|
| slug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The slug of service |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| slug | string | true | service slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Get a topic by slug.
| Name | Requirement | Type | Description |
|---|---|---|---|
| slug | [A-Za-z0-9]+(?:-[A-Za-z0-9]+)* | string | The slug of topic |
| Parameter | Type | Required? | Format | Description |
|---|---|---|---|---|
| slug | string | true | Topic slug |
| Parameter | Type | Versions | Description |
|---|---|---|---|
200 - Returned when successful |
| Status Code | Description |
|---|---|
| 200 |
|
| 404 |
|
Documentation auto-generated on Tue, 03 Feb 26 12:59:22 -1000