/{scsAsId}/transactions/{transactionId}
get:
Summary: Read a device triggering transaction resource.
Tags:
- DeviceTriggering API Transaction level GET Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS
Required/Optional: true
Schema:
Reference: 'TS29122_CommonData.yaml#/components/schemas/ScsAsId'
- name: transactionId
In: path
Description: Identifier of the transaction resource
Required/Optional: true
Schema:
Type: string
Responses:
'200' OK (Successful get the active subscription)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/DeviceTriggering'
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'406': Reference 'TS29122_CommonData.yaml#/components/responses/406'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'
put:
Summary: Replace an existing device triggering transaction resource and the corresponding device trigger request.
Tags:
- DeviceTriggering API transaction level PUT Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS
Required/Optional: true
Schema:
Reference: 'TS29122_CommonData.yaml#/components/schemas/ScsAsId'
- name: transactionId
In: path
Description: Identifier of the transaction resource
Required/Optional: true
Schema:
Type: string
Request Body:
Description: Parameters to update/replace the existing device triggering
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/DeviceTriggering'
Responses:
'200' OK (Successful update of the device triggering)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/DeviceTriggering'
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29122_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29122_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29122_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'
delete:
Summary: Deletes an already existing device triggering transaction.
Tags:
- DeviceTriggering API Transaction level DELETE Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of the SCS/AS
Required/Optional: true
Schema:
Reference: 'TS29122_CommonData.yaml#/components/schemas/ScsAsId'
- name: transactionId
In: path
Description: Identifier of the transaction resource
Required/Optional: true
Schema:
Type: string
Responses:
'204' No Content (Successful deletion of the existing subscription)
'200' OK (Successful deletion of the existing subscription)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/DeviceTriggering'
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'