Julio
Julio

Reputation: 401

How to find the list of valid arguments for phonograph aggregations?

Phonograph2 is based off ElasticSearch but has a few differences that can sometime throw the following error message:

errorCode: INVALID_ARGUMENT
errorName: Conjure:UnprocessableEntity

How to find out the set of valid properties that can be used for the phonograph2 service API?

Upvotes: 2

Views: 333

Answers (1)

Logan Rhyne
Logan Rhyne

Reputation: 601

On your Foundry instance you should be able to find the API definition for Phonograph2 in the documentation at a relative URL like [myFoundryInstance.com]/workspace/documentation/developer/api/phonograph2

Upvotes: 0

Related Questions