Response [200 Ok]
| Uri | /api/v2/node/7s3Xnv?_shorturis= |
|---|---|
| UriDescription | Node with the given id. |
| EndpointType | Node |
| Locator | Node |
| LocatorType | Object |
Node [1 of 1]
- CAWG Conference: General Session & Awards
/api/v2/node/7s3Xnv
| Uri | /api/v2/node/7s3Xnv |
|---|---|
| UriDescription | Node with the given id. |
| ResponseLevel | Public |
| DateAdded | 2018-02-25T03:16:07+00:00 |
| DateModified | 2018-02-25T04:00:20+00:00 |
| Description | A California Wing Conference general session is held on Saturday, October 12, 2014, in Sacramento, California. Briefings were conducted by Maj. Gen. Joseph Vazquez, Civil Air Patrol National Commander, and Col. Jon Stokes, California Wing Commander. Member awards were also presented in various categories. (Civil Air Patrol photos by Maj. Crystal Housman) |
| EffectiveSecurityType | None |
| HasChildren | false |
| IsRoot | false |
| Keywords | |
| Name | CAWG Conference: General Session & Awards |
| NodeID | 7s3Xnv |
| PasswordHint | empty string |
| SecurityType | None |
| ShowCoverImage | false |
| SortDirection | Descending |
| SortIndex | 1 |
| SortMethod | DateModified |
| Type | Album |
| UrlName | General-Session-Awards |
| UrlPath | /Pacific-Region/California-Wing/Conferences/2014/General-Session-Awards |
| WebUri | https://photos.cap.gov/Pacific-Region/California-Wing/Conferences/2014/General-Session-Awards |
Formatted Values
Name [html]
| html | CAWG Conference: General Session & Awards |
|---|
Description [html, text]
| html | A California Wing Conference general session is held on Saturday, October 12, 2014, in Sacramento, California. Briefings were conducted by Maj. Gen. Joseph Vazquez, Civil Air Patrol National Commander, and Col. Jon Stokes, California Wing Commander. Member awards were also presented in various categories. (Civil Air Patrol photos by Maj. Crystal Housman) |
|---|---|
| text | A California Wing Conference general session is held on Saturday, October 12, 2014, in Sacramento, California. Briefings were conducted by Maj. Gen. Joseph Vazquez, Civil Air Patrol National Commander, and Col. Jon Stokes, California Wing Commander. Member awards were also presented in various categories. (Civil Air Patrol photos by Maj. Crystal Housman) |
Uris
| Album | /api/v2/album/cxxvvW |
|---|---|
| HighlightImage | /api/v2/highlight/node/7s3Xnv |
| NodeComments | /api/v2/node/7s3Xnv!comments |
| NodeCoverImage | /api/v2/node/7s3Xnv!cover |
| ParentNode | /api/v2/node/7s3Xnv!parent |
| ParentNodes | /api/v2/node/7s3Xnv!parents |
| User | /api/v2/user/CivilAirPatrol |
Request
| Uri | /api/v2/node/7s3Xnv?_shorturis=&_verbosity=3 |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": true
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
PATCH
| Permissions |
|
|---|
DELETE
| Permissions |
|
|---|
Output Fields
| BelongsToThirdPartyAccountGroup | boolean | Whether this node belongs to a Third Party account group. |
|---|---|---|
| CoverImageUri | uri | |
| DateAdded | datetimeiso8601 | |
| DateModified | datetimeiso8601 | |
| Description | text | Human-readable description for this node. May contain basic HTML. Some node types display this to the user; some merely use it for search engine optimization. |
| EffectivePrivacy |
select
|
Effective privacy level of this node. This takes into account the effect of privacy settings from this node's ancestors. |
| EffectiveSecurityType |
select
|
Effective security type of this node. This takes into account the effect of security settings from this node's ancestors. |
| FormattedValues | hash | Alternative versions of certain fields formatted for use in different contexts. |
| HasChildren | boolean | Whether this node contains any child nodes. |
| HideOwner | boolean | Whether to hide the identity of this node's owner from visitors. Only applicable to Album nodes. |
| HighlightImageUri | uri | |
| IsRoot | boolean | Whether this node is the owner's root node. |
| Keywords | array | Array of keywords describing the content of this node. Some node types use this for search engine optimization. |
| Name | text | Human-readable name for this node. |
| NodeID | text | This node's ID |
| Password | text | |
| PasswordHint | text | |
| Privacy |
select
|
Privacy level for this node. NOTE: This may be overridden by a more restrictive privacy setting inherited from one of this node's ancestors. See EffectivePrivacy. |
| SecurityType |
select
|
Security type for this node. NOTE: This may be overridden by a more restrictive security setting inherited from one of this node's ancestors. See EffectiveSecurityType. |
| ShowCoverImage | boolean | Whether or not to display the cover image when possible. |
| SmugSearchable |
select
|
Acceptable values differ for root nodes and child nodes. Root nodes: No, Local, LocalUser, Yes Child nodes: No, Inherit from User |
| SortDirection |
select
|
|
| SortIndex | integer | |
| SortMethod |
select
|
|
| Type |
select
|
|
| UrlName | text | This is usually a URL-friendly version of the human-readable name. Must start with a capital letter. |
| UrlPath | text | |
| WorldSearchable |
select
|
Acceptable values differ for root nodes and child nodes. Root nodes: No, HomeOnly, Yes Child nodes: No, Inherit from User |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/node/7s3Xnv?_shorturis=&_verbosity=3"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
},
"PATCH": {
"Permissions": [
"Modify"
]
},
"DELETE": {
"Permissions": [
"Modify"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Output": [
{
"Name": "CoverImageUri",
"Type": "Uri",
"MAX_LENGTH": "INFINITY",
"Locator": [
"Image"
]
},
{
"Name": "Description",
"Description": "Human-readable description for this node. May contain basic HTML. Some node types display this to the user; some merely use it for search engine optimization.",
"Type": "Text",
"MIN_CHARS": 0,
"MAX_CHARS": 65535
},
{
"Name": "HideOwner",
"Description": "Whether to hide the identity of this node's owner from visitors. Only applicable to Album nodes.",
"Type": "Boolean"
},
{
"Name": "HighlightImageUri",
"Type": "Uri",
"MAX_LENGTH": "INFINITY",
"Locator": [
"Image"
]
},
{
"Name": "Name",
"Description": "Human-readable name for this node.",
"Type": "Varchar",
"MIN_CHARS": 1,
"MAX_CHARS": 254
},
{
"Name": "Keywords",
"Description": "Array of keywords describing the content of this node. Some node types use this for search engine optimization.",
"Type": "Array",
"ITEM_TYPE": "Varchar",
"MIN_COUNT": 0,
"MAX_COUNT": "INFINITY"
},
{
"Name": "Password",
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": 50
},
{
"Name": "PasswordHint",
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": 255
},
{
"Name": "Privacy",
"Description": "Privacy level for this node. NOTE: This may be overridden by a more restrictive privacy setting inherited from one of this node's ancestors. See EffectivePrivacy.",
"Type": "Select",
"OPTIONS": [
"Public",
"Unlisted",
"Private"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "SecurityType",
"Description": "Security type for this node. NOTE: This may be overridden by a more restrictive security setting inherited from one of this node's ancestors. See EffectiveSecurityType.",
"Type": "Select",
"OPTIONS": [
"None",
"Password",
"GrantAccess"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "ShowCoverImage",
"Description": "Whether or not to display the cover image when possible.",
"Type": "Boolean"
},
{
"Name": "SmugSearchable",
"Description": "Acceptable values differ for root nodes and child nodes.\n\nRoot nodes: No, Local, LocalUser, Yes\nChild nodes: No, Inherit from User",
"Type": "Select",
"OPTIONS": [
"No",
"Local",
"LocalUser",
"Yes",
"Inherit from User"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "SortDirection",
"Type": "Select",
"OPTIONS": [
"Ascending",
"Descending"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "SortMethod",
"Type": "Select",
"OPTIONS": [
"SortIndex",
"Name",
"DateAdded",
"DateModified"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "Type",
"Type": "Select",
"OPTIONS": [
"Album",
"Page",
"Folder",
"System Album",
"System Page"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "UrlName",
"Description": "This is usually a URL-friendly version of the human-readable name. Must start with a capital letter.",
"Type": "Varchar",
"MIN_CHARS": 1,
"MAX_CHARS": 60
},
{
"Name": "WorldSearchable",
"Description": "Acceptable values differ for root nodes and child nodes.\n\nRoot nodes: No, HomeOnly, Yes\nChild nodes: No, Inherit from User",
"Type": "Select",
"OPTIONS": [
"No",
"HomeOnly",
"Yes",
"Inherit from User"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "BelongsToThirdPartyAccountGroup",
"Description": "Whether this node belongs to a Third Party account group.",
"Type": "Boolean"
},
{
"Name": "DateAdded",
"Type": "DateTimeISO8601"
},
{
"Name": "DateModified",
"Type": "DateTimeISO8601"
},
{
"Name": "EffectivePrivacy",
"Description": "Effective privacy level of this node. This takes into account the effect of privacy settings from this node's ancestors.",
"Type": "Select",
"OPTIONS": [
"Public",
"Unlisted",
"Private"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "EffectiveSecurityType",
"Description": "Effective security type of this node. This takes into account the effect of security settings from this node's ancestors.",
"Type": "Select",
"OPTIONS": [
"None",
"Password",
"GrantAccess"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "FormattedValues",
"Description": "Alternative versions of certain fields formatted for use in different contexts.",
"Type": "Hash"
},
{
"Name": "HasChildren",
"Description": "Whether this node contains any child nodes.",
"Type": "Boolean"
},
{
"Name": "IsRoot",
"Description": "Whether this node is the owner's root node.",
"Type": "Boolean"
},
{
"Name": "NodeID",
"Description": "This node's ID",
"Type": "Varchar",
"MIN_CHARS": 1,
"MAX_CHARS": "INFINITY"
},
{
"Name": "SortIndex",
"Type": "Integer",
"MIN_VALUE": "NEGATIVE_INFINITY",
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "UrlPath",
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": "INFINITY"
}
],
"ResponseLevels": [
"Full",
"Public",
"Password",
"GrantAccess"
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "node"
},
{
"type": "singleparam",
"param_name": "nodeid",
"param_value": "7s3Xnv",
"param_validator": {}
}
]
},
"Response": {
"Uri": "/api/v2/node/7s3Xnv?_shorturis=",
"Locator": "Node",
"LocatorType": "Object",
"Node": {
"Description": "A California Wing Conference general session is held on Saturday, October 12, 2014, in Sacramento, California. Briefings were conducted by Maj. Gen. Joseph Vazquez, Civil Air Patrol National Commander, and Col. Jon Stokes, California Wing Commander. Member awards were also presented in various categories. (Civil Air Patrol photos by Maj. Crystal Housman)",
"Name": "CAWG Conference: General Session & Awards",
"Keywords": [],
"PasswordHint": "",
"SecurityType": "None",
"ShowCoverImage": false,
"SortDirection": "Descending",
"SortMethod": "DateModified",
"Type": "Album",
"UrlName": "General-Session-Awards",
"DateAdded": "2018-02-25T03:16:07+00:00",
"DateModified": "2018-02-25T04:00:20+00:00",
"EffectiveSecurityType": "None",
"FormattedValues": {
"Name": {
"html": "CAWG Conference: General Session & Awards"
},
"Description": {
"html": "A California Wing Conference general session is held on Saturday, October 12, 2014, in Sacramento, California. Briefings were conducted by Maj. Gen. Joseph Vazquez, Civil Air Patrol National Commander, and Col. Jon Stokes, California Wing Commander. Member awards were also presented in various categories. (Civil Air Patrol photos by Maj. Crystal Housman)",
"text": "A California Wing Conference general session is held on Saturday, October 12, 2014, in Sacramento, California. Briefings were conducted by Maj. Gen. Joseph Vazquez, Civil Air Patrol National Commander, and Col. Jon Stokes, California Wing Commander. Member awards were also presented in various categories. (Civil Air Patrol photos by Maj. Crystal Housman)"
}
},
"HasChildren": false,
"IsRoot": false,
"NodeID": "7s3Xnv",
"SortIndex": 1,
"UrlPath": "/Pacific-Region/California-Wing/Conferences/2014/General-Session-Awards",
"Uri": "/api/v2/node/7s3Xnv",
"WebUri": "https://photos.cap.gov/Pacific-Region/California-Wing/Conferences/2014/General-Session-Awards",
"UriDescription": "Node with the given id.",
"Uris": {
"Album": "/api/v2/album/cxxvvW",
"ParentNode": "/api/v2/node/7s3Xnv!parent",
"ParentNodes": "/api/v2/node/7s3Xnv!parents",
"User": "/api/v2/user/CivilAirPatrol",
"NodeCoverImage": "/api/v2/node/7s3Xnv!cover",
"HighlightImage": "/api/v2/highlight/node/7s3Xnv",
"NodeComments": "/api/v2/node/7s3Xnv!comments"
},
"ResponseLevel": "Public"
},
"UriDescription": "Node with the given id.",
"EndpointType": "Node",
"Timing": {
"Total": {
"time": 0.026,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}