your data or information centre probably provides various online services and products. Please enter a new record for each of the services and products so users will be able to search and find them easily. Do not enter 1 record like http://www.nodc.be but TODO
When you enter a new record you will “own” that record i.e. you will be the only person who can later edit that record.
To search for information in the ODIS Catalogie click on “search” in the top menu. First you will see the page “Search Page”. It has a number of “filters” on the left, a “free text search” box on the right and below it you will see the results or your search. When you log in you will be redirected to this place and see your records. Clicking on the "search" in the menu will show you the last 10 edited or entered records. recently.
Typing multiple words will show all the results where any of the words matches!
Use double quotes (") to group words and narrow down the results:
Wildcards '?' (single character) and '*' (multiple characters) are accepted.
ODIS Catalogue provides an API for accessing record data programmatically. Currently, the following endpoint is available:
GET /odis-arch-records
This endpoint returns a JSON list of all records that contain ODIS-Arch information. Each entry includes:
id: The internal ODIS record identifier.ds_name_english: The English name of the data source.ds_url: The URL of the data source.odis_arch_url: The startpoint URL for ODIS-Arch.odis_arch_type: The type of ODIS-Arch startpoint.[
{
"id": 123,
"ds_name_english": "Example Data Source",
"ds_url": "http://example.com",
"odis_arch_url": "http://example.com/odis-arch",
"odis_arch_type": "Sitemap"
},
...
]