Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

125
Views
Problem with parameter families or groups

I have to call this data that comes from Signaturit. The problem is that they are grouped in a kind of family or groups. I'm using Swagger to build the API.

Name of the parameteres I have to work with

And I can't call those parameters because JS tells me "ReferenceError: created_at is not defined". That error is normal because I'm trying to give it a property that doesn't exist.

But I need to call those parameters and I can't change the way the platform sends me the data.

Code:

params: {
        'document[created_at]': req.swagger.params.document[created_at].value,
         created_at: req.swagger.params.created_at.value,
         type: req.swagger.params.type.value,
}

Thanks

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Solved:

'document[created_at]': req.swagger.params["document[created_at]"].value,

Like that you can call the parameter.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!