Documentation of eduGAIN database access API

Method: modified_entities

Description:

Show the list of entities modified recently

Supported formats: json, print_r

Arguments used:

mod_time (optional)
allowed values: an integer between 1 and 23 or a valid UTC time in yyyy-mm-ddTHH:MM:SS format
the starting time limit for the list to show - missing argment is interpreted ans last 24 hours, integer between 1 and 23 is the number of hours back
format (optional)
default: json
allowed values: any supported format

Examples:

show entities modified in last 24 hours
https://technical.edugain.org/api.php?action=modified_entities&format=print_r
show entities modified since 2023-01-01
https://technical.edugain.org/api.php?action=modified_entities&format=print_r&mod_time=2023-01-01T00:00:00

Show full action list