-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgroup-fiscal-year-summaries.raml
More file actions
31 lines (25 loc) · 1.1 KB
/
group-fiscal-year-summaries.raml
File metadata and controls
31 lines (25 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#%RAML 1.0
title: Finance group fiscal year summary
version: v1
protocols: [ HTTP, HTTPS ]
baseUri: https://github.com/folio-org/mod-finance
documentation:
- title: Group Fiscal Year Summary API
content: This documents the API calls that can be made to manage group-fiscal-year-summaries
types:
groupFiscalYearSummaryCollection: !include acq-models/mod-finance/schemas/group_fiscal_year_summary_collection.json
traits:
searchable: !include raml-util/traits/searchable.raml
resourceTypes:
collection-get: !include raml-util/rtypes/collection-get-with-json-response.raml
/finance/group-fiscal-year-summaries:
displayName: Finance group fiscal year summaries
description: Finance group fiscal year summaries APIs
type:
collection-get:
schemaCollection: groupFiscalYearSummaryCollection
exampleCollection: !include acq-models/mod-finance/examples/group_fiscal_year_summary_collection.sample
get:
is: [
searchable: {description: "with valid searchable fields: for example fund.ledgerId", example: "[\"fund.ledgerId\", \"6e2fbba3-d557-4480-bca3-b6f5c645de04\", \"=\"]"}
]