Skip to content

TroubleTicketSpecificationApi

All URIs are relative to https://api.example.org/tmf-api/troubleTicketManagement/v5

Method HTTP request Description
listTroubleTicketSpecification GET /troubleTicketSpecification List or find TroubleTicketSpecification objects
retrieveTroubleTicketSpecification GET /troubleTicketSpecification/{id} Retrieves a TroubleTicketSpecification by ID

listTroubleTicketSpecification

List listTroubleTicketSpecification(fields, offset, limit)

List or find TroubleTicketSpecification objects

This operation retrieves a TroubleTicketSpecification 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

List of TroubleTicketSpecification

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

retrieveTroubleTicketSpecification

TroubleTicketSpecification retrieveTroubleTicketSpecification(id)

Retrieves a TroubleTicketSpecification by ID

List or find TroubleTicketSpecification objects

Parameters

Name Type Description Notes
id String Identifier of the API Resource [default to null]

Return type

TroubleTicketSpecification

Authorization

OAuth2ClientCredentials

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json