Response [200 Ok]
| Uri | /api/v2/comment!lookuptype?start=-9&count=10 |
|---|---|
| UriDescription | Lookup comments by type |
| EndpointType | CommentLookupType |
| Locator | Comment |
| LocatorType | Objects |
Pages
| Count | 0 |
|---|---|
| FirstPage | /api/v2/comment!lookuptype?start=1&count=10 |
| LastPage | /api/v2/comment!lookuptype?start=-9&count=10 |
| RequestedCount | 10 |
| Start | 1 |
| Total | 0 |
Request
| Uri | /api/v2/comment!lookuptype?start=-9&count=10 |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Notes
- _multiargs does not work at this endpoint
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/comment!lookuptype?start=-9&count=10"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"ParameterDescription": {
"Select": "Select one option. Options should pass only the \"Value\".",
"Integer": "Integer value in the range MIN_VALUE to MAX_VALUE, inclusive"
},
"Parameters": {
"GET": [
{
"Name": "type",
"Required": true,
"ReadOnly": false,
"Default": null,
"Type": "Select",
"OPTIONS": [
"Album",
"Image"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "typeid",
"Required": true,
"ReadOnly": false,
"Default": null,
"Type": "Integer",
"MIN_VALUE": 0,
"MAX_VALUE": 1.844674407371e+19
},
{
"Name": "status",
"Required": true,
"ReadOnly": false,
"Default": "All",
"Type": "Select",
"OPTIONS": [
"All",
"Pending",
"Approved"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
}
]
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Notes": [
"_multiargs does not work at this endpoint"
]
},
"Response": {
"Uri": "/api/v2/comment!lookuptype?start=-9&count=10",
"Locator": "Comment",
"LocatorType": "Objects",
"UriDescription": "Lookup comments by type",
"EndpointType": "CommentLookupType",
"Pages": {
"Total": 0,
"Start": 1,
"Count": 0,
"RequestedCount": 10,
"FirstPage": "/api/v2/comment!lookuptype?start=1&count=10",
"LastPage": "/api/v2/comment!lookuptype?start=-9&count=10"
},
"Timing": {
"Total": {
"time": 0.02191,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}