Retrieve a Credential Input Source
get
/api/v2/credential_input_sources/{id}/
Make GET request to this resource to retrieve a single credential input source record containing the following fields:
id
: Database ID for this credential input source. (integer)type
: Data type for this credential input source. (choice)url
: URL for this credential input source. (string)related
: Data structure with URLs of related resources. (object)summary_fields
: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)created
: Timestamp when this credential input source was created. (datetime)modified
: Timestamp when this credential input source was last modified. (datetime)description
: Optional description of this credential input source. (string)input_field_name
: (string)metadata
: (json)target_credential
: (id)source_credential
: (id)
Request
Supported Media Types
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : CredentialInputSource
Type:
Show Source
object
-
created:
string
Title:
Created
Read Only:true
-
description:
string
Title:
Description
-
id:
integer
Title:
ID
Read Only:true
-
input_field_name(required):
string
Title:
Input field name
Minimum Length:1
Maximum Length:1024
-
metadata:
object Metadata
Title:
Metadata
-
modified:
string
Title:
Modified
Read Only:true
- related: string
-
source_credential(required):
integer
Title:
Source credential
-
summary_fields:
string
Title:
Summary fields
Read Only:true
-
target_credential(required):
integer
Title:
Target credential
-
type:
string
Title:
Type
Read Only:true
-
url:
string
Title:
Url
Read Only:true
Nested Schema : Metadata
Type:
object
Title:
Metadata