Skip to content

SearchTimeSlotApi

All URIs are relative to https://api.example.com/tmf-api/appointmentManagement/v5

Method HTTP request Description
createSearchTimeSlot POST /searchTimeSlot Creates a SearchTimeSlot
listSearchTimeSlot GET /searchTimeSlot List or find SearchTimeSlot objects
retrieveSearchTimeSlot GET /searchTimeSlot/{id} Retrieves a SearchTimeSlot by ID

createSearchTimeSlot

SearchTimeSlot createSearchTimeSlot(SearchTimeSlot_FVO, fields)

Creates a SearchTimeSlot

This operation creates a SearchTimeSlot entity.

Parameters

Name Type Description Notes
SearchTimeSlot_FVO SearchTimeSlot_FVO The SearchTimeSlot to be created
fields String Comma-separated properties to be provided in response [optional] [default to null]

Return type

SearchTimeSlot

Authorization

No authorization required

HTTP request headers

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

listSearchTimeSlot

List listSearchTimeSlot(fields, offset, limit)

List or find SearchTimeSlot objects

This operation list or find SearchTimeSlot entities

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 SearchTimeSlot

Authorization

No authorization required

HTTP request headers

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

retrieveSearchTimeSlot

SearchTimeSlot retrieveSearchTimeSlot(id, fields)

Retrieves a SearchTimeSlot by ID

This operation retrieves a SearchTimeSlot entity. Attribute selection is enabled for all first level attributes.

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

SearchTimeSlot

Authorization

No authorization required

HTTP request headers

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