TroubleTicketApi
All URIs are relative to https://api.example.org/tmf-api/troubleTicketManagement/v5
| Method | HTTP request | Description |
|---|---|---|
| createTroubleTicket | POST /troubleTicket | Creates a TroubleTicket |
| listTroubleTicket | GET /troubleTicket | List or find TroubleTicket objects |
| retrieveTroubleTicket | GET /troubleTicket/{id} | Retrieves a TroubleTicket by ID |
createTroubleTicket
TroubleTicket createTroubleTicket(TroubleTicket_FVO, fields)
Creates a TroubleTicket
This operation creates a TroubleTicket entity.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| TroubleTicket_FVO | TroubleTicket_FVO | The TroubleTicket to be created | |
| fields | String | Comma-separated properties to be provided in response | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
listTroubleTicket
List listTroubleTicket(fields, offset, limit)
List or find TroubleTicket objects
This operation retrieves a TroubleTicket entity. Attribute selection enabled for all first level attributes.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| fields | String | Comma-separated properties to be provided in response | [optional] [default to null] |
| offset | Integer | Requested index for start of resources to be provided in response | [optional] [default to null] |
| limit | Integer | Requested number of resources to be provided in response | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
retrieveTroubleTicket
TroubleTicket retrieveTroubleTicket(id, fields)
Retrieves a TroubleTicket by ID
List or find TroubleTicket objects
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Identifier of the API Resource | [default to null] |
| fields | String | Comma-separated properties to be provided in response | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json