Asset Search by Date
  • 1 Minute to read
  • Dark
    Light

Asset Search by Date

  • Dark
    Light

Article summary

You can search for assets by specifying an upload date or other date criterias such as date created.

To search for assets, mention the following endpoint and hit Send.

POST


Query Parameters

Expand to see the parameters and description


Parameter  Parameter TypeData TypeAccepted ValuesDescription
skipOptionalInteger>=0; (skipCount+takeCount)<10,000
Used in combination with taketo paginate large numbers of product records. Quantity of records to skip before you start taking products. Whatever value is used for the take, add to skip for the subsequent call.
takeOptionalInteger>= 0; Max: 500
Sets quantity of results to return at one time. Used for parsing large numbers of product records.

Specify the required values for params dataOwner and fileName.

Headers

Authorization: Specify required Auth Token in the header.

Request Parameters

Expand to see the parameters and description


Parameter  Parameter TypeData TypeAccepted ValuesDescription
OrderBy
OptionalString
Attribute GUID (Ex. Product Name, Date Created, etc.).
Sets return results order.
Desc
Optional
Booleantrue/false
Determines sort order (ascending or descending).
DataOwner
RequiredString
GUIDCompany ID GUID.
DateRangeFilters
RequiredArray of Strings
See example, includes:
Name, IncludeMissing, Value, NegateOperations
Array (see example). Searched date field and defined.
Name
RequiredEnumCreatedDate, RecordDate   LastModifiedDate, DiscontinueDate, ObsolescenceDate, LastPublishedDate
Part of DateRangeFilters.
ValueRequiredStringCommonly acceptable string representation of a date/timePart of DateRangeFilters.
IncludeMissingRequiredBooleantrue/falsePart of DateRangeFilters.
RangeFieldFilterOperations
RequiredArray of StringsIncludes fields such as: Operator, ValuePart of DateRangeFilters.

Request


{
    "DataOwner": "{{companyId}}",
    "OrderBy": "UploadDate",
    "Desc": false,
    "DateRangeFilters": [
        {
            "Name": "LastModifiedDate",
            "IncludeMissing": false,
            "NegateOperations": false,
            "RangeFieldFilterOperations": [
                {
                    "Operator": "GreaterThanOrEqualTo",
                    "Value": "2021-01-18T04:38:40.4106142Z"
                }
            ]
        }
    ]
}

Response 200 OK


{
    "Results": [
        "ef1fcd7a-a807-4f98-b936-6f2ec0387423"
    ],
    "ResultCount": 1,
    "TotalHitCount": 1,
    "Aggregations": {}
}


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence