2023-03-18 12:00:06 +00:00
|
|
|
SELECT
|
2023-03-19 15:40:22 +00:00
|
|
|
id,
|
2023-04-14 18:42:52 +00:00
|
|
|
shortcode,
|
2023-03-19 15:40:22 +00:00
|
|
|
full_name,
|
|
|
|
credential,
|
|
|
|
credential_type as "credential_type: _",
|
|
|
|
profile_picture_url,
|
|
|
|
time_created,
|
|
|
|
last_updated
|
2023-03-18 12:00:06 +00:00
|
|
|
FROM agent where id = ANY($1)
|
|
|
|
ORDER BY time_created DESC;
|