New endpoint: Added
GET /firmflow/api/V1/NoteType/GetNoteTypes?DrawerId={DrawerId}&ServiceName={ServiceName}
to provide a list of configured Note Types for one or more services in FirmFlow, giving GoFileRoom API users an easier way to retrieve this information without accessing the administrative areas of the application. This endpoint supports two filters:
DrawerId
(required) and
ServiceName
. If
ServiceName
is not provided, the endpoint returns data from all services associated with the specified
DrawerId
. Multiple service names can be specified by separating them with commas.