/applications
get:
Summary: Retrieve PFDs for all applications or for one or multiple applications with query parameter.
Tags:
- PFD of applications
Operation ID: Nnef_PFDmanagement_Fetch
Parameters:
- name: application-ids
Description: The required application identifier(s) for the returned PFDs.
In: query
Required/Optional: true
Schema:
Type: array
items:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId'
minItems: 1
- name: supported-features
In: query
Description: To filter irrelevant responses related to unsupported features
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
Responses:
'200' The PFDs for one or more application identifier(s) in the request URI are returned.
Content:
Application/JSON:
Schema:
Type: array
items:
Reference: '#/components/schemas/PfdDataForApp'
minItems: 0
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'406': Reference 'TS29571_CommonData.yaml#/components/responses/406'
'414': Reference 'TS29571_CommonData.yaml#/components/responses/414'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'