-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get view definition #3
Comments
implemented with a different format. as the list of columns might be different for every action, it uses the following format. still missing is {
"path": "/invoices/:invoices_id",
"list": {
"allowed": [
"name",
"date_due",
"label",
"bic",
"iban",
"account_number",
"bank_code",
"total",
"date",
"date_due",
"date_payment",
"status",
"contact"
]
},
"primary_key": [
"gdid"
],
"read": {
"allowed": [
"name",
"date_due",
"label",
"bic",
"iban",
"account_number",
"bank_code",
"total",
"date",
"date_due",
"date_payment",
"status",
"contact",
"positions"
]
}
} |
oh, it is under what about |
/_definition is fine by me Daniel Schwarz [email protected] On 10 Oct 2014, at 17:10, Tobias Florek [email protected] wrote:
|
summarizing the phone call, we have below {
"shops": {
"path": "/shops/:shops_id",
"primary key": ["shops_id"],
"read": {
"shops_id": { "type": "unspecified" },
...
},
"list": {
"shops_id": { "type": "unspecified", "sortable": true, "filerable": true },
...
},
"subresources": {
"release_formats" : { format as seen above }
}
}
} |
GET "/invoices/_definition"
The text was updated successfully, but these errors were encountered: