| GET | /api_metadata/{record_class} | ||
|---|---|---|---|
| GET | /api_metadata/{record_class}/{record_group_id} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| record_class | path | string | No | |
| record_group_id | path | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| am_operation_type | form | string | No | |
| am_operation_timestamp | form | DateTime? | No | |
| am_record_class | form | string | No | |
| am_record_group_id | form | int? | No | |
| am_record_id | form | string | No | |
| am_record_json | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /api_metadata/{record_class} HTTP/1.1
Host: milliet.io
Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length []