{ "opencollection": "1.0.0", "info": { "name": "Evrim answers profiles API", "version": "0.5.18" }, "items": [ { "info": { "name": "profiles", "type": "folder" }, "items": [ { "info": { "name": "profiles_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/profiles/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "specification", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/profiles/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this profile." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/prod/v0/profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this profile." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/prod/v0/profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this profile." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/prod/v0/profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this profile." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_collections_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/collections/", "params": [ { "name": "profile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add a profile to a collection" }, { "info": { "name": "profiles_created_fields_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/created-fields/", "params": [ { "name": "profile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_latest_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/latest/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "profile_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the latest snapshot for a profile based on the profile id and created date" }, { "info": { "name": "profiles_latest_relationships_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/latest/relationships/", "params": [ { "name": "profile_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get relationships for a snapshot as records for easy usage" }, { "info": { "name": "profiles_reports_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/reports/", "params": [ { "name": "profile_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all reports associated with a profile by looking up outlines and then reports" }, { "info": { "name": "profiles_snapshots_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/snapshots/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "profile_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_snapshots_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/snapshots/", "params": [ { "name": "profile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_snapshots_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/snapshots/:snapshot_id/", "params": [ { "name": "profile_id", "value": "", "type": "path" }, { "name": "snapshot_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "profiles_tag_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/profiles/:profile_id/tag/", "params": [ { "name": "profile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Tag a profile" } ] } ], "bundled": true }