We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import module namespace config = "http://apps.28.io/config"; import module namespace api = "http://apps.28.io/api"; import module namespace session = "http://apps.28.io/session"; import module namespace archives = "http://28.io/modules/xbrl/archives"; import module namespace multiplexer = "http://28.io/modules/xbrl/profiles/multiplexer"; declare option rest:response "first-item"; (: Query parameters :) declare %rest:case-insensitive variable $token as string? external; declare %rest:env variable $request-uri as string external; declare %rest:case-insensitive variable $format as string external := "json"; declare %rest:case-insensitive %rest:distinct variable $eid as string* external; declare %rest:case-insensitive %rest:distinct variable $cik as string* external; declare %rest:case-insensitive %rest:distinct variable $edinetcode as string* external; declare %rest:case-insensitive %rest:distinct variable $tag as string* external; declare %rest:case-insensitive %rest:distinct variable $ticker as string* external; declare %rest:case-insensitive %rest:distinct variable $sic as string* external; declare %rest:case-insensitive %rest:distinct variable $archiveFiscalYear as string* external := "ALL"; declare %rest:case-insensitive %rest:distinct variable $archiveFiscalPeriod as string* external := "ALL"; declare %rest:case-insensitive %rest:distinct variable $filingKind as string* external := (); declare %rest:case-insensitive %rest:distinct variable $aid as string* external; declare %rest:case-insensitive variable $profile-name as string external := $config:profile-name;
The text was updated successfully, but these errors were encountered:
wcandillon
No branches or pull requests
The text was updated successfully, but these errors were encountered: