Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8706927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:44:19+00:00 2026-06-13T03:44:19+00:00

I want to fetch data from JSON based on the employeeID. This is how

  • 0

I want to fetch data from JSON based on the employeeID. This is how the JSON data looks:

{"empDetails":
[
    {
        "employeeId": 1,
        "employeeName": 'Anton DSouz',
        "age": 25,
        "birthday": '05/05/1988',
        "sex": 'Male'
    },
    {
        "employeeId": 2,
        "employeeName": 'John Hussain',
        "age": 26,
        "birthday": '03/25/1987',
        "sex": 'Female'            
    }
]

}

This is the code which I am using to fetch the data based on employeeID:

Ext.define('EmpDetails',{
extend: 'Ext.data.Model',
fields: [
   {name: 'employeeId', type: 'int'},
   {name: 'employeeName', type: 'string'},
   {name: 'age', type: 'int'},
   {name: 'birthday', type: 'date', dateFormat: 'd/m/Y'},
   {name: 'sex', type: 'string', defaultValue: 'Male'}
],
proxy: {
    type: 'rest',
    url: 'data.json',
    format: 'json',
    reader: {
        type: 'json',
        root: 'empDetails'
    }
}
});

Ext.onReady(function(){
EmpDetails.load(1,{
    success: function(empDetails){
        console.log("Age: " + empDetails.get('age'));
    }
});
});

But it is not working. The URL it is looking for is incorrect:

../../Proxy/data.json/1.json

1.json does not exists at all, i is the employeeID present in data.json.

Please help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T03:44:20+00:00Added an answer on June 13, 2026 at 3:44 am

    Because you’re using a rest proxy, it’s attempting to append the id to the url so it looks like a normal rest request. You should use an ajax proxy instead.

    type: 'ajax'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i Want to fetch this data using json decode. Please Help.. So far i
I want to fetch data from this URL: http://webservices.ns.nl/ns-api-stations . This URL requires a
I want to fetch data from the webpage, that contains some json data. The
I want to fetch JSON data from a given url http://www.deanclatworthy.com/imdb/?=The+Green+Mile and convert the
I want to fetch data from json array using java gson library following is
In asp.net(C#) i want to fetch data from a database using a stored procedure
I want write a simple query which will fetch data from a table (which
I receive data from a server using JSON and I want to order them
I want to populate a collection from an json file, which has other data
I am getting data from severs in json format but i want that user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.