GET /api/v1/projects/xapi-list-all
Base URL: https://api.loci-dev.net
Authorize: Provide a valid API key. Requests without a valid API key will return 401 Unauthorized.
200 — Projects retrieved successfully
401 — Unauthorized - Invalid or missing API key
500 — Server error
success — boolean (OPTIONAL)
data — object[] (OPTIONAL)
Each object in data may contain:
data
_id — string (OPTIONAL)
name — string (OPTIONAL)
description — string (OPTIONAL)
organizationId — string (OPTIONAL)
createdAt — date-time (OPTIONAL)
updatedAt — date-time (OPTIONAL)
curl -L 'https://api.loci-dev.net/api/v1/projects/xapi-list-all' \ -H 'Accept: application/json'